home *** CD-ROM | disk | FTP | other *** search
/ 500 MB Nyheder Direkte fra Internet 9 / 500 MB nyheder direkte fra internet CD 9.iso / start / zipped / dos / novell / sdk.exe / SDK / INCLUDE / NWERROR.H < prev    next >
Text File  |  1995-08-18  |  41KB  |  622 lines

  1. /******************************************************************************
  2.  
  3.   $Workfile:   nwerror.h  $
  4.   $Revision:   1.15  $
  5.   $Modtime::   18 Aug 1995 10:52:10                        $
  6.   $Copyright:
  7.  
  8.   Copyright (c) 1989-1995 Novell, Inc.  All Rights Reserved.                      
  9.  
  10.   THIS WORK IS  SUBJECT  TO  U.S.  AND  INTERNATIONAL  COPYRIGHT  LAWS  AND
  11.   TREATIES.   NO  PART  OF  THIS  WORK MAY BE  USED,  PRACTICED,  PERFORMED
  12.   COPIED, DISTRIBUTED, REVISED, MODIFIED, TRANSLATED,  ABRIDGED, CONDENSED,
  13.   EXPANDED,  COLLECTED,  COMPILED,  LINKED,  RECAST, TRANSFORMED OR ADAPTED
  14.   WITHOUT THE PRIOR WRITTEN CONSENT OF NOVELL, INC. ANY USE OR EXPLOITATION
  15.   OF THIS WORK WITHOUT AUTHORIZATION COULD SUBJECT THE PERPETRATOR TO
  16.   CRIMINAL AND CIVIL LIABILITY.$
  17.  
  18.  *****************************************************************************/
  19.  
  20. #if ! defined ( NWERROR_H )
  21. #define NWERROR_H
  22.  
  23. /**** Network errors ****/
  24. /* Decimal values at end of line are 32768 lower than actual */
  25.  
  26. #define SHELL_ERROR                    0x8800
  27. #define VLM_ERROR                      0x8800
  28. #define ALREADY_ATTACHED               0x8800  /* 0  - Attach attempted to server with valid, existing connection */
  29. #define INVALID_CONNECTION             0x8801  /* 1  - Request attempted with invalid or non-attached connection handle */
  30. #define DRIVE_IN_USE                   0x8802  /* 2  - OS/2 only (NOT USED) */
  31. #define CANT_ADD_CDS                   0x8803  /* 3  - Map drive attempted but unable to add new current directory structure */
  32. #define DRIVE_CANNOT_MAP               0x8803
  33. #define BAD_DRIVE_BASE                 0x8804  /* 4  - Map drive attempted with invalid path specification */
  34. #define NET_READ_ERROR                 0x8805  /* 5  - Attempt to receive from the selected transport failed */
  35. #define NET_RECV_ERROR                 0x8805  /* 5  */
  36. #define UNKNOWN_NET_ERROR              0x8806  /* 6  - Network send attempted with an un-specific network error */
  37. #define SERVER_INVALID_SLOT            0x8807  /* 7  - Server request attempted with invalid server connection slot */
  38. #define BAD_SERVER_SLOT                0x8807  /* 7  */
  39. #define NO_SERVER_SLOTS                0x8808  /* 8  - Attach attempted to server with no connection slots available */
  40. #define NET_WRITE_ERROR                0x8809  /* 9  - Attempt to send on the selected transport failed */
  41. #define CONNECTION_IN_ERROR_STATE      0x8809  /* Client-32 */
  42. #define NET_SEND_ERROR                 0x8809  /* 9  */
  43. #define SERVER_NO_ROUTE                0x880A  /* 10 - Attempted to find route to server where no route exists */
  44. #define BAD_LOCAL_TARGET               0x880B  /* 11 - OS/2 only */
  45. #define TOO_MANY_REQ_FRAGS             0x880C  /* 12 - Attempted request with too many request fragments specified */
  46. #define CONNECT_LIST_OVERFLOW          0x880D  /* 13 */
  47. #define BUFFER_OVERFLOW                0x880E  /* 14 - Attempt to receive more data than the reply buffer had room for */
  48. #define NO_CONN_TO_SERVER              0x880F  /* 15 */
  49. #define NO_CONNECTION_TO_SERVER        0x880F  /* 15 - Attempt to get connection for a server not connected */
  50. #define NO_ROUTER_FOUND                0x8810  /* 16 - OS/2 only */
  51. #define BAD_FUNC_ERROR                 0x8811  /* 17 */
  52. #define INVALID_SHELL_CALL             0x8811  /* 17 - Attempted function call to non- existent or illegal function */
  53. #define SCAN_COMPLETE                  0x8812
  54. #define LIP_RESIZE_ERROR               0x8812  /* Client-32 */
  55. #define UNSUPPORTED_NAME_FORMAT_TYPE   0x8813
  56. #define INVALID_DIR_HANDLE             0x8813  /* Client-32 */
  57. #define HANDLE_ALREADY_LICENSED        0x8814
  58. #define OUT_OF_CLIENT_MEMORY           0x8814  /* Client-32 */
  59. #define HANDLE_ALREADY_UNLICENSED      0x8815
  60. #define PATH_NOT_OURS                  0x8815  /* Client-32 */
  61. #define INVALID_NCP_PACKET_LENGTH      0x8816
  62. #define PATH_IS_PRINT_DEVICE           0x8816  /* Client-32 */
  63. #define SETTING_UP_TIMEOUT             0x8817
  64. #define PATH_IS_EXCLUDED_DEVICE        0x8817  /* Client-32 */
  65. #define SETTING_SIGNALS                0x8818
  66. #define PATH_IS_INVALID                0x8818  /* Client-32 */
  67. #define SERVER_CONNECTION_LOST         0x8819
  68. #define NOT_SAME_DEVICE                0x8819  /* Client-32 */
  69. #define OUT_OF_HEAP_SPACE              0x881A
  70. #define INVALID_SERVICE_REQUEST        0x881B
  71. #define INVALID_SEARCH_HANDLE          0x881B  /* Client-32 */
  72. #define INVALID_TASK_NUMBER            0x881C
  73. #define INVALID_DEVICE_HANDLE          0x881C  /* Client-32 */
  74. #define INVALID_MESSAGE_LENGTH         0x881D
  75. #define INVALID_SEM_HANDLE             0x881D  /* Client-32 */
  76. #define EA_SCAN_DONE                   0x881E
  77. #define INVALID_CFG_HANDLE             0x881E  /* Client-32 */
  78. #define BAD_CONNECTION_NUMBER          0x881F
  79. #define INVALID_MOD_HANDLE             0x881F  /* Client-32 */
  80. #define ASYN_FIRST_PASS                0x8820
  81. #define INVALID_DEVICE_INDEX           0x8821
  82. #define INVALID_CONN_HANDLE            0x8822
  83. #define INVALID_QUEUE_ID               0x8823
  84. #define INVALID_PDEVICE_HANDLE         0x8824
  85. #define INVALID_JOB_HANDLE             0x8825
  86. #define INVALID_ELEMENT_ID             0x8826
  87. #define ALIAS_NOT_FOUND                0x8827
  88. #define RESOURCE_SUSPENDED             0x8828
  89. #define INVALID_QUEUE_SPECIFIED        0x8829
  90. #define DEVICE_ALREADY_OPEN            0x882A
  91. #define JOB_ALREADY_OPEN               0x882B
  92. #define QUEUE_NAME_ID_MISMATCH         0x882C
  93. #define JOB_ALREADY_STARTED            0x882D
  94. #define SPECT_DAA_TYPE_NOT_SUPPORTED   0x882E
  95. #define INVALID_ENVIR_HANDLE           0x882F
  96. #define NOT_SAME_CONNECTION            0x8830  /* 48 - Internal server request attempted accross different server connections */
  97. #define PRIMARY_CONNECTION_NOT_SET     0x8831  /* 49 - Attempt to retrieve default connection with no primary connection set */
  98. #define NO_PRIMARY_SET                 0x8831  /* 49 */
  99. #define KEYWORD_NOT_FOUND              0x8832  /* Client-32 */
  100. #define PRINT_CAPTURE_NOT_IN_PROGRESS  0x8832  /* Client-32 */
  101. #define NO_CAPTURE_SET                 0x8832  /* 50 */
  102. #define NO_CAPTURE_IN_PROGRESS         0x8832  /* 50 - Capture information requested on port with no capture in progress */
  103. #define BAD_BUFFER_LENGTH              0x8833  /* 51 */
  104. #define INVALID_BUFFER_LENGTH          0x8833  /* 51 - Used to indicate length which caller requested on a GetDNC or SetDNC was too large */
  105. #define NO_USER_NAME                   0x8834  /* 52 */
  106. #define NO_NETWARE_PRINT_SPOOLER       0x8835  /* 53 - Capture requested without having the local print spooler installed */
  107. #define INVALID_PARAMETER              0x8836  /* 54 - Attempted function with an invalid function parameter specified */
  108. #define CONFIG_FILE_OPEN_FAILED        0x8837  /* 55 - OS/2 only */
  109. #define NO_CONFIG_FILE                 0x8838  /* 56 - OS/2 only */
  110. #define CONFIG_FILE_READ_FAILED        0x8839  /* 57 - OS/2 only */
  111. #define CONFIG_LINE_TOO_LONG           0x883A  /* 58 - OS/2 only */
  112. #define CONFIG_LINES_IGNORED           0x883B  /* 59 - OS/2 only */
  113. #define NOT_MY_RESOURCE                0x883C  /* 60 - Attempted request made with a parameter using foriegn resource */
  114. #define DAEMON_INSTALLED               0x883D  /* 61 - OS/2 only */
  115. #define SPOOLER_INSTALLED              0x883E  /* 62 - Attempted load of print spooler with print spooler already installed */
  116. #define CONN_TABLE_FULL                0x883F  /* 63 */
  117. #define CONNECTION_TABLE_FULL          0x883F  /* 63 - Attempted to allocate a connection handle with no more local connection table entries */
  118. #define CONFIG_SECTION_NOT_FOUND       0x8840  /* 64 - OS/2 only */
  119. #define BAD_TRAN_TYPE                  0x8841  /* 65 */
  120. #define INVALID_TRANSPORT_TYPE         0x8841  /* 65 - Attempted function on a connection with an invalid transport selected */
  121. #define TDS_TAG_IN_USE                 0x8842  /* 66 - OS/2 only */
  122. #define TDS_OUT_OF_MEMORY              0x8843  /* 67 - OS/2 only */
  123. #define TDS_INVALID_TAG                0x8844  /* 68 - Attempted TDS function with invalid tag */
  124. #define TDS_WRITE_TRUNCATED            0x8845  /* 69 - Attempted TDS write with buffer that exceeded buffer */
  125. #define NO_CONNECTION_TO_DS            0x8846  /* Client-32 */
  126. #define NO_DIRECTORY_SERVICE_CONNECTION 0x8846  /* 70 */
  127. #define SERVICE_BUSY                   0x8846  /* 70 - Attempted request made to partially asynchronous function in busy state */
  128. #define NO_SERVER_ERROR                0x8847  /* 71 - Attempted connect failed to find any servers responding */
  129. #define BAD_VLM_ERROR                  0x8848  /* 72 - Attempted function call to non-existant or not-loaded overlay */
  130. #define NETWORK_DRIVE_IN_USE           0x8849  /* 73 - Attempted map to network drive that was already mapped */
  131. #define LOCAL_DRIVE_IN_USE             0x884A  /* 74 - Attempted map to local drive that was in use */
  132. #define NO_DRIVES_AVAILABLE            0x884B  /* 75 - Attempted map to next available drive when none were available */
  133. #define DEVICE_NOT_REDIRECTED          0x884C  /* 76 - The device is not redirected */
  134. #define NO_MORE_SFT_ENTRIES            0x884D  /* 77 - Maximum number of files was reached */
  135. #define UNLOAD_ERROR                   0x884E  /* 78 - Attempted unload failed */
  136. #define IN_USE_ERROR                   0x884F  /* 79 - Attempted re-use of already in use connection entry */
  137. #define TOO_MANY_REP_FRAGS             0x8850  /* 80 - Attempted request with too many reply fragments specified */
  138. #define TABLE_FULL                     0x8851  /* 81 - Attempted to add a name into the name table after it was full */
  139. #define SOCKET_NOT_OPEN                0x8852  /* 82 - Listen was posted on unopened socket */
  140. #define MEM_MGR_ERROR                  0x8853  /* 83 - Attempted enhanced memory operation failed */
  141. #define SFT3_ERROR                     0x8854  /* 84 - An SFT3 switch occured mid-transfer */
  142. #define PREFERRED_NOT_FOUND            0x8855  /* 85 - the preferred directory server was not established but another directory server was returned */
  143. #define DEVICE_NOT_RECOGNIZED          0x8856  /* 86 - used to determine if the device is not used by VISE so pass it on to the next redirector, if any. */
  144. #define BAD_NET_TYPE                   0x8857  /* 87 - the network type (Bind/NDS) does not match the server version */
  145. #define ERROR_OPENING_FILE             0x8858  /* 88 - generic open failure error, invalid path, access denied, etc.. */
  146. #define NO_PREFERRED_SPECIFIED         0x8859  /* 89 - no preferred name specified */
  147. #define ERROR_OPENING_SOCKET           0x885A  /* 90 - error opening a socket */
  148. #define REQUESTER_FAILURE              0x885A  /* Client-32 */
  149. #define SIGNATURE_LEVEL_CONFLICT       0x8861
  150. #define NO_LOCK_FOUND                  0x8862  /* OS/2 - process lock on conn handle failed, process ID not recognized */
  151. #define LOCK_TABLE_FULL                0x8863  /* OS/2 - process lock on conn handle failed, process lock table full */
  152. #define INVALID_MATCH_DATA             0x8864 
  153. #define MATCH_FAILED                   0x8865
  154. #define NO_MORE_ENTRIES                0x8866
  155. #define INSUFFICIENT_RESOURCES         0x8867
  156. #define STRING_TRANSLATION             0x8868
  157. #define STRING_TRANSLATION_NEEDED      0x8868  /* Client-32 */
  158. #define ACCESS_VIOLATION               0x8869
  159. #define NOT_AUTHENTICATED              0x886A
  160. #define INVALID_LEVEL                  0x886B
  161. #define RESOURCE_LOCK_ERROR            0x886C
  162. #define INVALID_NAME_FORMAT            0x886D
  163. #define OBJECT_EXISTS                  0x886E
  164. #define OBJECT_NOT_FOUND               0x886F
  165. #define UNSUPPORTED_TRAN_TYPE          0x8870
  166. #define INVALID_STRING_TYPE            0x8871
  167. #define INVALID_OWNER                  0x8872
  168. #define UNSUPPORTED_AUTHENTICATOR      0x8873
  169. #define IO_PENDING                     0x8874
  170. #define INVALID_DRIVE_NUM              0x8875
  171. #define SHELL_FAILURE                  0x88FF
  172. #define VLM_FAILURE                    0x88FF
  173.  
  174. #define    SVC_ALREADY_REGISTERED            0x8880 /* Client-32 */
  175. #define    SVC_REGISTRY_FULL                    0x8881 /* Client-32 */
  176. #define    SVC_NOT_REGISTERED                0x8882 /* Client-32 */
  177. #define    OUT_OF_RESOURCES                    0x8883 /* Client-32 */
  178. #define    RESOLVE_SVC_FAILED                0x8884 /* Client-32 */
  179. #define    CONNECT_FAILED                        0x8885 /* Client-32 */
  180. #define    PROTOCOL_NOT_BOUND                0x8886 /* Client-32 */
  181. #define    AUTHENTICATION_FAILED            0x8887 /* Client-32 */
  182. #define    INVALID_AUTHEN_HANDLE            0x8888 /* Client-32 */
  183. #define    AUTHEN_HANDLE_ALREADY_EXISTS    0x8889 /* Client-32 */
  184.  
  185. #define    DIFF_OBJECT_ALREADY_AUTHEN        0x8890 /* Client-32 */
  186. #define    REQUEST_NOT_SERVICEABLE            0x8891 /* Client-32 */
  187. #define    AUTO_RECONNECT_SO_REBUILD        0x8892 /* Client-32 */
  188. #define    AUTO_RECONNECT_RETRY_REQUEST    0x8893 /* Client-32 */
  189. #define    ASYNC_REQUEST_IN_USE                0x8894 /* Client-32 */
  190. #define    ASYNC_REQUEST_CANCELED            0x8895 /* Client-32 */
  191. #define    SESS_SVC_ALREADY_REGISTERED    0x8896 /* Client-32 */
  192. #define    SESS_SVC_NOT_REGISTERED            0x8897 /* Client-32 */
  193. #define    MORE_DATA_ERROR                    0x8898 /* Client-32 */
  194. #define    PREVIOUSLY_AUTHENTICATED        0x8899 /* Client-32 */
  195. #define    NO_DEFAULT_SPECIFIED                0x889B /* Client-32 */
  196. #define    HOOK_REQUEST_NOT_HANDLED        0x889C /* Client-32 */
  197. #define    HOOK_REQUEST_BUSY                    0x889D /* Client-32 */
  198. #define    HOOK_REQUEST_QUEUED                0x889D /* Client-32 */
  199. #define    AUTO_RECONNECT_SO_IGNORE        0x889E /* Client-32 */
  200. #define    ASYNC_REQUEST_NOT_IN_USE        0x889F /* Client-32 */
  201. #define    AUTO_RECONNECT_FAILURE            0x88A0 /* Client-32 */
  202. #define    NET_ERROR_ABORT_APPLICATION    0x88A1 /* Client-32 */
  203. #define    NET_ERROR_SUSPEND_APPLICATION 0x88A2 /* Client-32 */
  204. #define    NET_ERROR_ABORTED_PROCESS_GROUP    0x88A3 /* Client-32 */
  205. #define    NET_ERROR_PASSWORD_EXPIRED            0x88A4 /* Client-32 */
  206. #define    NET_ERROR_PASSWORD_HAS_EXPIRED    0x88A5 /* Client-32 */
  207. #define    NET_ERROR_NETWORK_INACTIVE            0x88A6 /* Client-32 */
  208.  
  209.  
  210. /* Server Errors */
  211.  
  212. #define ERR_INSUFFICIENT_SPACE          0x8901  /* 001 */
  213. #define ERR_BUFFER_TOO_SMALL            0x8977  /* 119 */
  214. #define ERR_VOLUME_FLAG_NOT_SET         0x8978  /* 120 the service requested, not avail. on the selected vol. */
  215. #define ERR_NO_ITEMS_FOUND              0x8979  /* 121 */
  216. #define ERR_CONN_ALREADY_TEMP           0x897a  /* 122 */
  217. #define ERR_CONN_ALREADY_LOGGED_IN      0x897b  /* 123 */
  218. #define ERR_CONN_NOT_AUTHENTICATED      0x897c  /* 124 */
  219. #define ERR_CONN_NOT_LOGGED_IN          0x897d  /* 125 */
  220. #define NCP_BOUNDARY_CHECK_FAILED       0x897e  /* 126 */
  221. #define ERR_LOCK_WAITING                0x897f  /* 127 */
  222. #define ERR_LOCK_FAIL                   0x8980  /* 128 */
  223. #define FILE_IN_USE_ERROR               0x8980  /* 128 */
  224. #define NO_MORE_FILE_HANDLES            0x8981  /* 129 */
  225. #define NO_OPEN_PRIVILEGES              0x8982  /* 130 */
  226. #define IO_ERROR_NETWORK_DISK           0x8983  /* 131 */
  227. #define NO_CREATE_PRIVILEGES            0x8984  /* 132 */
  228. #define NO_CREATE_DELETE_PRIVILEGES     0x8985  /* 133 */
  229. #define CREATE_FILE_EXISTS_READ_ONLY    0x8986  /* 134 */
  230. #define WILD_CARDS_IN_CREATE_FILE_NAME  0x8987  /* 135 */
  231. #define INVALID_FILE_HANDLE             0x8988  /* 136 */
  232. #define NO_SEARCH_PRIVILEGES            0x8989  /* 137 */
  233. #define NO_DELETE_PRIVILEGES            0x898A  /* 138 */
  234. #define NO_RENAME_PRIVILEGES            0x898B  /* 139 */
  235. #define NO_MODIFY_PRIVILEGES            0x898C  /* 140 */
  236. #define SOME_FILES_AFFECTED_IN_USE      0x898D  /* 141 */
  237. #define NO_FILES_AFFECTED_IN_USE        0x898E  /* 142 */
  238. #define SOME_FILES_AFFECTED_READ_ONLY   0x898F  /* 143 */
  239. #define NO_FILES_AFFECTED_READ_ONLY     0x8990  /* 144 */
  240. #define SOME_FILES_RENAMED_NAME_EXISTS  0x8991  /* 145 */
  241. #define NO_FILES_RENAMED_NAME_EXISTS    0x8992  /* 146 */
  242. #define NO_READ_PRIVILEGES              0x8993  /* 147 */
  243. #define NO_WRITE_PRIVILEGES_OR_READONLY 0x8994  /* 148 */
  244. #define FILE_DETACHED                   0x8995  /* 149 */
  245. #define SERVER_OUT_OF_MEMORY            0x8996  /* 150 */
  246. #define ERR_TARGET_NOT_A_SUBDIRECTORY   0x8986  /* 150 can be changed later (note written by server people). */
  247. #define NO_DISK_SPACE_FOR_SPOOL_FILE    0x8997  /* 151 */
  248. #define VOLUME_DOES_NOT_EXIST           0x8998  /* 152 */
  249. #define DIRECTORY_FULL                  0x8999  /* 153 */
  250. #define RENAMING_ACROSS_VOLUMES         0x899A  /* 154 */
  251. #define BAD_DIRECTORY_HANDLE            0x899B  /* 155 */
  252. #define INVALID_PATH                    0x899C  /* 156 */
  253. #define NO_MORE_TRUSTEES                0x899C  /* 156 */
  254. #define NO_MORE_DIRECTORY_HANDLES       0x899D  /* 157 */
  255. #define INVALID_FILENAME                0x899E  /* 158 */
  256. #define DIRECTORY_ACTIVE                0x899F  /* 159 */
  257. #define DIRECTORY_NOT_EMPTY             0x89A0  /* 160 */
  258. #define DIRECTORY_IO_ERROR              0x89A1  /* 161 */
  259. #define READ_FILE_WITH_RECORD_LOCKED    0x89A2  /* 162 */
  260. #define ERR_TRANSACTION_RESTARTED       0x89A3  /* 163 */
  261. #define ERR_RENAME_DIR_INVALID          0x89A4  /* 164 */
  262. #define ERR_INVALID_OPENCREATE_MODE     0x89A5  /* 165 */
  263. #define ERR_ALREADY_IN_USE              0x89A6  /* 166 */
  264. #define ERR_INVALID_RESOURCE_TAG        0x89A7  /* 167 */
  265. #define ERR_ACCESS_DENIED               0x89A8  /* 168 */
  266. #define INVALID_DATA_STREAM             0x89BE  /* 190 */
  267. #define INVALID_NAME_SPACE              0x89BF  /* 191 */
  268. #define NO_ACCOUNTING_PRIVILEGES        0x89C0  /* 192 */
  269. #define LOGIN_DENIED_NO_ACCOUNT_BALANCE 0x89C1  /* 193 */
  270. #define LOGIN_DENIED_NO_CREDIT          0x89C2  /* 194 */
  271. #define ERR_TOO_MANY_HOLDS              0x89C3  /* 195 */
  272. #define ACCOUNTING_DISABLED             0x89C4  /* 196 */
  273. #define INTRUDER_DETECTION_LOCK         0x89C5  /* 197 */
  274. #define NO_CONSOLE_OPERATOR             0x89C6  /* 198 */
  275. #define NO_CONSOLE_PRIVILEGES           0x89C6  /* 198 */
  276. #define ERR_Q_IO_FAILURE                0x89D0  /* 208 */
  277. #define ERR_NO_QUEUE                    0x89D1  /* 209 */
  278. #define ERR_NO_Q_SERVER                 0x89D2  /* 210 */
  279. #define ERR_NO_Q_RIGHTS                 0x89D3  /* 211 */
  280. #define ERR_Q_FULL                      0x89D4  /* 212 */
  281. #define ERR_NO_Q_JOB                    0x89D5  /* 213 */
  282. #define ERR_NO_Q_JOB_RIGHTS             0x89D6  /* 214 */
  283. #define ERR_Q_IN_SERVICE                0x89D7  /* 215 */
  284. #define PASSWORD_NOT_UNIQUE             0x89D7  /* 215 */
  285. #define ERR_Q_NOT_ACTIVE                0x89D8  /* 216 */
  286. #define PASSWORD_TOO_SHORT              0x89D8  /* 216 */
  287. #define ERR_Q_STN_NOT_SERVER            0x89D9  /* 217 */
  288. #define LOGIN_DENIED_NO_CONNECTION      0x89D9  /* 217 */
  289. #define ERR_MAXIMUM_LOGINS_EXCEEDED     0x89D9  /* 217 */
  290. #define ERR_Q_HALTED                    0x89DA  /* 218 */
  291. #define UNAUTHORIZED_LOGIN_TIME         0x89DA  /* 218 */
  292. #define UNAUTHORIZED_LOGIN_STATION      0x89DB  /* 219 */
  293. #define ERR_Q_MAX_SERVERS               0x89DB  /* 219 */
  294. #define ACCOUNT_DISABLED                0x89DC  /* 220 */
  295. #define PASSWORD_HAS_EXPIRED_NO_GRACE   0x89DE  /* 222 */
  296. #define PASSWORD_HAS_EXPIRED            0x89DF  /* 223 */
  297. #define E_NO_MORE_USERS                 0x89E7  /* 231 */
  298. #define NOT_ITEM_PROPERTY               0x89E8  /* 232 */
  299. #define WRITE_PROPERTY_TO_GROUP         0x89E8  /* 232 */
  300. #define MEMBER_ALREADY_EXISTS           0x89E9  /* 233 */
  301. #define NO_SUCH_MEMBER                  0x89EA  /* 234 */
  302. #define NOT_GROUP_PROPERTY              0x89EB  /* 235 */
  303. #define NO_SUCH_SEGMENT                 0x89EC  /* 236 */
  304. #define PROPERTY_ALREADY_EXISTS         0x89ED  /* 237 */
  305. #define OBJECT_ALREADY_EXISTS           0x89EE  /* 238 */
  306. #define INVALID_NAME                    0x89EF  /* 239 */
  307. #define WILD_CARD_NOT_ALLOWED           0x89F0  /* 240 */
  308. #define INVALID_BINDERY_SECURITY        0x89F1  /* 241 */
  309. #define NO_OBJECT_READ_PRIVILEGE        0x89F2  /* 242 */
  310. #define NO_OBJECT_RENAME_PRIVILEGE      0x89F3  /* 243 */
  311. #define NO_OBJECT_DELETE_PRIVILEGE      0x89F4  /* 244 */
  312. #define NO_OBJECT_CREATE_PRIVILEGE      0x89F5  /* 245 */
  313. #define NO_PROPERTY_DELETE_PRIVILEGE    0x89F6  /* 246 */
  314. #define NO_PROPERTY_CREATE_PRIVILEGE    0x89F7  /* 247 */
  315. #define NO_PROPERTY_WRITE_PRIVILEGE     0x89F8  /* 248 */
  316. #define NO_FREE_CONNECTION_SLOTS        0x89F9  /* 249 */
  317. #define NO_PROPERTY_READ_PRIVILEGE      0x89F9  /* 249 */
  318. #define NO_MORE_SERVER_SLOTS            0x89FA  /* 250 */
  319. #define TEMP_REMAP_ERROR                0x89FA  /* 250 */
  320. #define INVALID_PARAMETERS              0x89FB  /* 251 */
  321. #define NO_SUCH_PROPERTY                0x89FB  /* 251 */
  322. #define ERR_NCP_NOT_SUPPORTED           0x89FB  /* 251 */
  323. #define INTERNET_PACKET_REQT_CANCELED   0x89FC  /* 252 */
  324. #define UNKNOWN_FILE_SERVER             0x89FC  /* 252 */
  325. #define MESSAGE_QUEUE_FULL              0x89FC  /* 252 */
  326. #define NO_SUCH_OBJECT                  0x89FC  /* 252 */
  327. #define LOCK_COLLISION                  0x89FD  /* 253 */
  328. #define BAD_STATION_NUMBER              0x89FD  /* 253 */
  329. #define INVALID_PACKET_LENGTH           0x89FD  /* 253 */
  330. #define UNKNOWN_REQUEST                 0x89FD  /* 253 */
  331. #define BINDERY_LOCKED                  0x89FE  /* 254 */
  332. #define TRUSTEE_NOT_FOUND               0x89FE  /* 254 */
  333. #define DIRECTORY_LOCKED                0x89FE  /* 254 */
  334. #define INVALID_SEMAPHORE_NAME_LENGTH   0x89FE  /* 254 */
  335. #define PACKET_NOT_DELIVERABLE          0x89FE  /* 254 */
  336. #define SERVER_BINDERY_LOCKED           0x89FE  /* 254 */
  337. #define SOCKET_TABLE_FULL               0x89FE  /* 254 */
  338. #define SPOOL_DIRECTORY_ERROR           0x89FE  /* 254 */
  339. #define SUPERVISOR_HAS_DISABLED_LOGIN   0x89FE  /* 254 */
  340. #define TIMEOUT_FAILURE                 0x89FE  /* 254 */
  341. #define BAD_PRINTER_ERROR               0x89FF  /* 255 */
  342. #define BAD_RECORD_OFFSET               0x89FF  /* 255 */
  343. #define CLOSE_FCB_ERROR                 0x89FF  /* 255 */
  344. #define FILE_EXTENSION_ERROR            0x89FF  /* 255 */
  345. #define FILE_NAME_ERROR                 0x89FF  /* 255 */
  346. #define HARDWARE_FAILURE                0x89FF  /* 255 */
  347. #define INVALID_DRIVE_NUMBER            0x89FF  /* 255 */
  348. #define DOS_INVALID_DRIVE               0x000F  /* 255 */
  349. #define INVALID_INITIAL_SEMAPHORE_VALUE 0x89FF  /* 255 */
  350. #define INVALID_SEMAPHORE_HANDLE        0x89FF  /* 255 */
  351. #define IO_BOUND_ERROR                  0x89FF  /* 255 */
  352. #define NO_FILES_FOUND_ERROR            0x89FF  /* 255 */
  353. #define NO_RESPONSE_FROM_SERVER         0x89FF  /* 255 */
  354. #define NO_SUCH_OBJECT_OR_BAD_PASSWORD  0x89FF  /* 255 */
  355. #define PATH_NOT_LOCATABLE              0x89FF  /* 255 */
  356. #define QUEUE_FULL_ERROR                0x89FF  /* 255 */
  357. #define REQUEST_NOT_OUTSTANDING         0x89FF  /* 255 */
  358. #define SOCKET_ALREADY_OPEN             0x89FF  /* 255 */
  359. #define LOCK_ERROR                      0x89FF  /* 255 */
  360.  
  361.  
  362. /* #define NOT_SAME_LOCAL_DRIVE         0x89F6 */
  363. /* #define TARGET_DRIVE_NOT_LOCAL       0x89F7 */
  364. /* #define ALREADY_ATTACHED_TO_SERVER   0x89F8 */ /* 248 */
  365. /* #define NOT_ATTACHED_TO_SERVER       0x89F8 */
  366.  
  367. /**** Network errors ****/
  368. /* Decimal values at end of line are 32768 lower than actual */
  369.  
  370. #define NWE_ALREADY_ATTACHED            0x8800  /* 0  - Attach attempted to server with valid, existing connection */
  371. #define NWE_CONN_INVALID                0x8801  /* 1  - Request attempted with invalid or non-attached connection handle */
  372. #define NWE_DRIVE_IN_USE                0x8802  /* 2  - OS/2 only (NOT USED) */
  373. #define NWE_DRIVE_CANNOT_MAP            0x8803  /* 3  - Map drive attempted but unable to add new current directory structure */
  374. #define NWE_DRIVE_BAD_PATH              0x8804  /* 4  - Map drive attempted with invalid path specification */
  375. #define NWE_NET_RECEIVE                 0x8805  /* 5  - Attempt to receive from the selected transport failed */
  376. #define NWE_NET_UNKNOWN                 0x8806  /* 6  - Network send attempted with an un-specific network error */
  377. #define NWE_SERVER_BAD_SLOT             0x8807  /* 7  - Server request attempted with invalid server connection slot */
  378. #define NWE_SERVER_NO_SLOTS             0x8808  /* 8  - Attach attempted to server with no connection slots available */
  379. #define NWE_NET_SEND                    0x8809  /* 9  - Attempt to send on the selected transport failed */
  380. #define NWE_SERVER_NO_ROUTE             0x880A  /* 10 - Attempted to find route to server where no route exists */
  381. #define NWE_BAD_LOCAL_TARGET            0x880B  /* 11 - OS/2 only */
  382. #define NWE_REQ_TOO_MANY_REQ_FRAGS      0x880C  /* 12 - Attempted request with too many request fragments specified */
  383. #define NWE_CONN_LIST_OVERFLOW          0x880D  /* 13 */
  384. #define NWE_BUFFER_OVERFLOW             0x880E  /* 14 - Attempt to receive more data than the reply buffer had room for */
  385. #define NWE_SERVER_NO_CONN              0x880F  /* 15 - Attempt to get connection for a server not connected */
  386. #define NWE_NO_ROUTER_FOUND             0x8810  /* 16 - OS/2 only */
  387. #define NWE_FUNCTION_INVALID            0x8811  /* 17 - Attempted function call to non- existent or illegal function */
  388. #define NWE_SCAN_COMPLETE               0x8812
  389. #define NWE_UNSUPPORTED_NAME_FORMAT_TYP 0x8813
  390. #define NWE_HANDLE_ALREADY_LICENSED     0x8814
  391. #define NWE_HANDLE_ALREADY_UNLICENSED   0x8815
  392. #define NWE_INVALID_NCP_PACKET_LENGTH   0x8816
  393. #define NWE_SETTING_UP_TIMEOUT          0x8817
  394. #define NWE_SETTING_SIGNALS             0x8818
  395. #define NWE_SERVER_CONNECTION_LOST      0x8819
  396. #define NWE_OUT_OF_HEAP_SPACE           0x881A
  397. #define NWE_INVALID_SERVICE_REQUEST     0x881B
  398. #define NWE_INVALID_TASK_NUMBER         0x881C
  399. #define NWE_INVALID_MESSAGE_LENGTH      0x881D
  400. #define NWE_EA_SCAN_DONE                0x881E
  401. #define NWE_BAD_CONNECTION_NUMBER       0x881F
  402. #define NWE_MULT_TREES_NOT_SUPPORTED    0x8820  /* 32 - Attempt to open a connection to a DS tree other than the default tree */
  403. #define NWE_CONN_NOT_SAME               0x8830  /* 48 - Internal server request attempted across different server connections */
  404. #define NWE_CONN_PRIMARY_NOT_SET        0x8831  /* 49 - Attempt to retrieve default connection with no primary connection set */
  405. #define NWE_PRN_CAPTURE_NOT_IN_PROGRESS 0x8832  /* 50 - Capture information requested on port with no capture in progress */
  406. #define NWE_BUFFER_INVALID_LEN          0x8833  /* 51 - Used to indicate length which caller requested on a GetDNC or SetDNC was too large */
  407. #define NWE_USER_NO_NAME                0x8834  /* 52 */
  408. #define NWE_PRN_NO_LOCAL_SPOOLER        0x8835  /* 53 - Capture requested without having the local print spooler installed */
  409. #define NWE_PARAM_INVALID               0x8836  /* 54 - Attempted function with an invalid function parameter specified */
  410. #define NWE_CFG_OPEN_FAILED             0x8837  /* 55 - OS/2 only */
  411. #define NWE_CFG_NO_FILE                 0x8838  /* 56 - OS/2 only */
  412. #define NWE_CFG_READ_FAILED             0x8839  /* 57 - OS/2 only */
  413. #define NWE_CFG_LINE_TOO_LONG           0x883A  /* 58 - OS/2 only */
  414. #define NWE_CFG_LINES_IGNORED           0x883B  /* 59 - OS/2 only */
  415. #define NWE_RESOURCE_NOT_OWNED          0x883C  /* 60 - Attempted request made with a parameter using foriegn resource */
  416. #define NWE_DAEMON_INSTALLED            0x883D  /* 61 - OS/2 only */
  417. #define NWE_PRN_SPOOLER_INSTALLED       0x883E  /* 62 - Attempted load of print spooler with print spooler already installed */
  418. #define NWE_CONN_TABLE_FULL             0x883F  /* 63 - Attempted to allocate a connection handle with no more local connection table entries */
  419. #define NWE_CFG_SECTION_NOT_FOUND       0x8840  /* 64 - OS/2 only */
  420. #define NWE_TRAN_INVALID_TYPE           0x8841  /* 65 - Attempted function on a connection with an invalid transport selected */
  421. #define NWE_TDS_TAG_IN_USE              0x8842  /* 66 - OS/2 only */
  422. #define NWE_TDS_OUT_OF_MEMORY           0x8843  /* 67 - OS/2 only */
  423. #define NWE_TDS_INVALID_TAG             0x8844  /* 68 - Attempted TDS function with invalid tag */
  424. #define NWE_TDS_WRITE_TRUNCATED         0x8845  /* 69 - Attempted TDS write with buffer that exceeded buffer */
  425. #define NWE_DS_NO_CONN                  0x8846  /* 70 */
  426. #define NWE_SERVICE_BUSY                0x8846  /* 70 - Attempted request made to partially asynchronous function in busy state */
  427. #define NWE_SERVER_NOT_FOUND            0x8847  /* 71 - Attempted connect failed to find any servers responding */
  428. #define NWE_VLM_INVALID                 0x8848  /* 72 - Attempted function call to non-existant or not-loaded overlay */
  429. #define NWE_DRIVE_ALREADY_MAPPED        0x8849  /* 73 - Attempted map to network drive that was already mapped */
  430. #define NWE_DRIVE_LOCAL_IN_USE          0x884A  /* 74 - Attempted map to local drive that was in use */
  431. #define NWE_DRIVE_NONE_AVAILABLE        0x884B  /* 75 - Attempted map to next available drive when none were available */
  432. #define NWE_DEVICE_NOT_REDIRECTED       0x884C  /* 76 - The device is not redirected */
  433. #define NWE_FILE_MAX_REACHED            0x884D  /* 77 - Maximum number of files was reached */
  434. #define NWE_UNLOAD_FAILED               0x884E  /* 78 - Attempted unload failed */
  435. #define NWE_CONN_IN_USE                 0x884F  /* 79 - Attempted re-use of already in use connection entry */
  436. #define NWE_REQ_TOO_MANY_REP_FRAGS      0x8850  /* 80 - Attempted request with too many reply fragments specified */
  437. #define NWE_NAME_TABLE_FULL             0x8851  /* 81 - Attempted to add a name into the name table after it was full */
  438. #define NWE_SOCKET_NOT_OPEN             0x8852  /* 82 - Listen was posted on unopened socket */
  439. #define NWE_MEMORY_MGR_ERROR            0x8853  /* 83 - Attempted enhanced memory operation failed */
  440. #define NWE_SFT3_ERROR                  0x8854  /* 84 - An SFT3 switch occured mid-transfer */
  441. #define NWE_DS_PREFERRED_NOT_FOUND      0x8855  /* 85 - the preferred directory server was not established but another directory server was returned */
  442. #define NWE_DEVICE_NOT_RECOGNIZED       0x8856  /* 86 - used to determine if the device is not used by VISE so pass it on to the next redirector, if any. */
  443. #define NWE_NET_INVALID_TYPE            0x8857  /* 87 - the network type (Bind/NDS) does not match the server version */
  444. #define NWE_FILE_OPEN_FAILED            0x8858  /* 88 - generic open failure error, invalid path, access denied, etc.. */
  445. #define NWE_DS_PREFERRED_NOT_SPECIFIED  0x8859  /* 89 - no preferred name specified */
  446. #define NWE_SOCKET_OPEN_FAILED          0x885A  /* 90 - error opening a socket */
  447. #define NWE_SIGNATURE_LEVEL_CONFLICT    0x8861
  448. #define NWE_NO_LOCK_FOUND               0x8862  /* OS/2 - process lock on conn handle failed, process ID not recognized */
  449. #define NWE_LOCK_TABLE_FULL             0x8863  /* OS/2 - process lock on conn handle failed, process lock table full */
  450. #define NWE_INVALID_MATCH_DATA          0x8864 
  451. #define NWE_MATCH_FAILED                0x8865
  452. #define NWE_NO_MORE_ENTRIES             0x8866
  453. #define NWE_INSUFFICIENT_RESOURCES      0x8867
  454. #define NWE_STRING_TRANSLATION          0x8868
  455. #define NWE_ACCESS_VIOLATION            0x8869
  456. #define NWE_NOT_AUTHENTICATED           0x886A
  457. #define NWE_INVALID_LEVEL               0x886B
  458. #define NWE_RESOURCE_LOCK               0x886C
  459. #define NWE_INVALID_NAME_FORMAT         0x886D
  460. #define NWE_OBJECT_EXISTS               0x886E
  461. #define NWE_OBJECT_NOT_FOUND            0x886F
  462. #define NWE_UNSUPPORTED_TRAN_TYPE       0x8870
  463. #define NWE_INVALID_STRING_TYPE         0x8871
  464. #define NWE_INVALID_OWNER               0x8872
  465. #define NWE_UNSUPPORTED_AUTHENTICATOR   0x8873
  466. #define NWE_IO_PENDING                  0x8874
  467. #define NWE_INVALID_DRIVE_NUMBER        0x8875
  468. #define NWE_REQUESTER_FAILURE           0x88FF
  469.  
  470. /* Server Errors */
  471.  
  472. #define NWE_INSUFFICIENT_SPACE          0x8901  /* 001 */
  473. #define NWE_BUFFER_TOO_SMALL            0x8977  /* 119 */
  474. #define NWE_VOL_FLAG_NOT_SET            0x8978  /* 120 the service requested, not avail. on the selected vol. */
  475. #define NWE_NO_ITEMS_FOUND              0x8979  /* 121 */
  476. #define NWE_CONN_ALREADY_TEMP           0x897a  /* 122 */
  477. #define NWE_CONN_ALREADY_LOGGED_IN      0x897b  /* 123 */
  478. #define NWE_CONN_NOT_AUTHENTICATED      0x897c  /* 124 */
  479. #define NWE_CONN_NOT_LOGGED_IN          0x897d  /* 125 */
  480. #define NWE_NCP_BOUNDARY_CHECK_FAILED   0x897e  /* 126 */
  481. #define NWE_LOCK_WAITING                0x897f  /* 127 */
  482. #define NWE_LOCK_FAIL                   0x8980  /* 128 */
  483. #define NWE_FILE_IN_USE                 0x8980  /* 128 */
  484. #define NWE_FILE_NO_HANDLES             0x8981  /* 129 */
  485. #define NWE_FILE_NO_OPEN_PRIV           0x8982  /* 130 */
  486. #define NWE_DISK_IO_ERROR               0x8983  /* 131 */
  487. #define NWE_FILE_NO_CREATE_PRIV         0x8984  /* 132 */
  488. #define NWE_FILE_NO_CREATE_DEL_PRIV     0x8985  /* 133 */
  489. #define NWE_FILE_EXISTS_READ_ONLY       0x8986  /* 134 */
  490. #define NWE_FILE_WILD_CARDS_IN_NAME     0x8987  /* 135 */
  491. #define NWE_FILE_INVALID_HANDLE         0x8988  /* 136 */
  492. #define NWE_FILE_NO_SRCH_PRIV           0x8989  /* 137 */
  493. #define NWE_FILE_NO_DEL_PRIV            0x898A  /* 138 */
  494. #define NWE_FILE_NO_RENAME_PRIV         0x898B  /* 139 */
  495. #define NWE_FILE_NO_MOD_PRIV            0x898C  /* 140 */
  496. #define NWE_FILE_SOME_IN_USE            0x898D  /* 141 */
  497. #define NWE_FILE_NONE_IN_USE            0x898E  /* 142 */
  498. #define NWE_FILE_SOME_READ_ONLY         0x898F  /* 143 */
  499. #define NWE_FILE_NONE_READ_ONLY         0x8990  /* 144 */
  500. #define NWE_FILE_SOME_RENAMED_EXIST     0x8991  /* 145 */
  501. #define NWE_FILE_NONE_RENAMED_EXIST     0x8992  /* 146 */
  502. #define NWE_FILE_NO_READ_PRIV           0x8993  /* 147 */
  503. #define NWE_FILE_NO_WRITE_PRIV          0x8994  /* 148 */
  504. #define NWE_FILE_READ_ONLY              0x8994  /* 148 */
  505. #define NWE_FILE_DETACHED               0x8995  /* 149 */
  506. #define NWE_SERVER_OUT_OF_MEMORY        0x8996  /* 150 */
  507. #define NWE_DIR_TARGET_INVALID          0x8986  /* 150 */
  508. #define NWE_DISK_NO_SPOOL_SPACE         0x8997  /* 151 */
  509. #define NWE_VOL_INVALID                 0x8998  /* 152 */
  510. #define NWE_DIR_FULL                    0x8999  /* 153 */
  511. #define NWE_VOL_RENAMING_ACROSS         0x899A  /* 154 */
  512. #define NWE_DIRHANDLE_INVALID           0x899B  /* 155 */
  513. #define NWE_PATH_INVALID                0x899C  /* 156 */
  514. #define NWE_TRUSTEES_NO_MORE            0x899C  /* 156 */
  515. #define NWE_DIRHANDLE_NO_MORE           0x899D  /* 157 */
  516. #define NWE_FILE_NAME_INVALID           0x899E  /* 158 */
  517. #define NWE_DIR_ACTIVE                  0x899F  /* 159 */
  518. #define NWE_DIR_NOT_EMPTY               0x89A0  /* 160 */
  519. #define NWE_DIR_IO_ERROR                0x89A1  /* 161 */
  520. #define NWE_FILE_IO_LOCKED              0x89A2  /* 162 */
  521. #define NWE_TTS_RANSACTION_RESTARTED    0x89A3  /* 163 */
  522. #define NWE_DIR_RENAME_INVALID          0x89A4  /* 164 */
  523. #define NWE_FILE_OPENCREAT_MODE_INVALID 0x89A5  /* 165 */
  524. #define NWE_ALREADY_IN_USE              0x89A6  /* 166 */
  525. #define NWE_RESOURCE_TAG_INVALID        0x89A7  /* 167 */
  526. #define NWE_ACCESS_DENIED               0x89A8  /* 168 */
  527. #define NWE_DATA_STREAM_INVALID         0x89BE  /* 190 */
  528. #define NWE_NAME_SPACE_INVALID          0x89BF  /* 191 */
  529. #define NWE_ACCTING_NO_PRIV             0x89C0  /* 192 */
  530. #define NWE_ACCTING_NO_BALANCE          0x89C1  /* 193 */
  531. #define NWE_ACCTING_NO_CREDIT           0x89C2  /* 194 */
  532. #define NWE_ACCTING_TOO_MANY_HOLDS      0x89C3  /* 195 */
  533. #define NWE_ACCTING_DISABLED            0x89C4  /* 196 */
  534. #define NWE_LOGIN_LOCKOUT               0x89C5  /* 197 */
  535. #define NWE_CONSOLE_NO_PRIV             0x89C6  /* 198 */
  536. #define NWE_Q_IO_FAILURE                0x89D0  /* 208 */
  537. #define NWE_Q_NONE                      0x89D1  /* 209 */
  538. #define NWE_Q_NO_SERVER                 0x89D2  /* 210 */
  539. #define NWE_Q_NO_RIGHTS                 0x89D3  /* 211 */
  540. #define NWE_Q_FULL                      0x89D4  /* 212 */
  541. #define NWE_Q_NO_JOB                    0x89D5  /* 213 */
  542. #define NWE_Q_NO_JOB_RIGHTS             0x89D6  /* 214 */
  543. #define NWE_PASSWORD_UNENCRYPTED        0x89D6  /* 214 */
  544. #define NWE_Q_IN_SERVICE                0x89D7  /* 215 */
  545. #define NWE_PASSWORD_NOT_UNIQUE         0x89D7  /* 215 */
  546. #define NWE_Q_NOT_ACTIVE                0x89D8  /* 216 */
  547. #define NWE_PASSWORD_TOO_SHORT          0x89D8  /* 216 */
  548. #define NWE_Q_STN_NOT_SERVER            0x89D9  /* 217 */
  549. #define NWE_LOGIN_NO_CONN               0x89D9  /* 217 */
  550. #define NWE_LOGIN_MAX_EXCEEDED          0x89D9  /* 217 */
  551. #define NWE_Q_HALTED                    0x89DA  /* 218 */
  552. #define NWE_LOGIN_UNAUTHORIZED_TIME     0x89DA  /* 218 */
  553. #define NWE_LOGIN_UNAUTHORIZED_STATION  0x89DB  /* 219 */
  554. #define NWE_Q_MAX_SERVERS               0x89DB  /* 219 */
  555. #define NWE_ACCT_DISABLED               0x89DC  /* 220 */
  556. #define NWE_PASSWORD_INVALID            0x89DE  /* 222 */
  557. #define NWE_PASSWORD_EXPIRED            0x89DF  /* 223 */
  558. #define NWE_LOGIN_NO_CONN_AVAIL         0x89E0  /* 224 */
  559. #define NWE_E_NO_MORE_USERS             0x89E7  /* 231 */
  560. #define NWE_BIND_NOT_ITEM_PROP          0x89E8  /* 232 */
  561. #define NWE_BIND_WRITE_TO_GROUP_PROP    0x89E8  /* 232 */
  562. #define NWE_BIND_MEMBER_ALREADY_EXISTS  0x89E9  /* 233 */
  563. #define NWE_BIND_NO_SUCH_MEMBER         0x89EA  /* 234 */
  564. #define NWE_BIND_NOT_GROUP_PROP         0x89EB  /* 235 */
  565. #define NWE_BIND_NO_SUCH_SEGMENT        0x89EC  /* 236 */
  566. #define NWE_BIND_PROP_ALREADY_EXISTS    0x89ED  /* 237 */
  567. #define NWE_BIND_OBJ_ALREADY_EXISTS     0x89EE  /* 238 */
  568. #define NWE_BIND_NAME_INVALID           0x89EF  /* 239 */
  569. #define NWE_BIND_WILDCARD_INVALID       0x89F0  /* 240 */
  570. #define NWE_BIND_SECURITY_INVALID       0x89F1  /* 241 */
  571. #define NWE_BIND_OBJ_NO_READ_PRIV       0x89F2  /* 242 */
  572. #define NWE_BIND_OBJ_NO_RENAME_PRIV     0x89F3  /* 243 */
  573. #define NWE_BIND_OBJ_NO_DELETE_PRIV     0x89F4  /* 244 */
  574. #define NWE_BIND_OBJ_NO_CREATE_PRIV     0x89F5  /* 245 */
  575. #define NWE_BIND_PROP_NO_DELETE_PRIV    0x89F6  /* 246 */
  576. #define NWE_BIND_PROP_NO_CREATE_PRIV    0x89F7  /* 247 */
  577. #define NWE_BIND_PROP_NO_WRITE_PRIV     0x89F8  /* 248 */
  578. #define NWE_BIND_PROP_NO_READ_PRIV      0x89F9  /* 249 */
  579. #define NWE_NO_FREE_CONN_SLOTS          0x89F9  /* 249 */
  580. #define NWE_NO_MORE_SERVER_SLOTS        0x89FA  /* 250 */
  581. #define NWE_TEMP_REMAP_ERROR            0x89FA  /* 250 */
  582. #define NWE_PARAMETERS_INVALID          0x89FB  /* 251 */
  583. #define NWE_BIND_NO_SUCH_PROP           0x89FB  /* 251 */
  584. #define NWE_NCP_NOT_SUPPORTED           0x89FB  /* 251 */
  585. #define NWE_INET_PACKET_REQ_CANCELED    0x89FC  /* 252 */
  586. #define NWE_SERVER_UNKNOWN              0x89FC  /* 252 */
  587. #define NWE_MSG_Q_FULL                  0x89FC  /* 252 */
  588. #define NWE_BIND_NO_SUCH_OBJ            0x89FC  /* 252 */
  589. #define NWE_LOCK_COLLISION              0x89FD  /* 253 */
  590. #define NWE_CONN_NUM_INVALID            0x89FD  /* 253 */
  591. #define NWE_PACKET_LEN_INVALID          0x89FD  /* 253 */
  592. #define NWE_UNKNOWN_REQ                 0x89FD  /* 253 */
  593. #define NWE_BIND_LOCKED                 0x89FE  /* 254 */
  594. #define NWE_TRUSTEE_NOT_FOUND           0x89FE  /* 254 */
  595. #define NWE_DIR_LOCKED                  0x89FE  /* 254 */
  596. #define NWE_SEM_INVALID_NAME_LEN        0x89FE  /* 254 */
  597. #define NWE_PACKET_NOT_DELIVERABLE      0x89FE  /* 254 */
  598. #define NWE_SOCKET_TABLE_FULL           0x89FE  /* 254 */
  599. #define NWE_SPOOL_DIR_ERROR             0x89FE  /* 254 */
  600. #define NWE_LOGIN_DISABLED_BY_SUPER     0x89FE  /* 254 */
  601. #define NWE_TIMEOUT_FAILURE             0x89FE  /* 254 */
  602. #define NWE_FILE_EXT                    0x89FF  /* 255 */
  603. #define NWE_FILE_NAME                   0x89FF  /* 255 */
  604. #define NWE_HARD_FAILURE                0x89FF  /* 255 */
  605. #define NWE_FCB_CLOSE                   0x89FF  /* 255 */
  606. #define NWE_IO_BOUND                    0x89FF  /* 255 */
  607. #define NWE_BAD_SPOOL_PRINTER           0x89FF  /* 255 */
  608. #define NWE_BAD_RECORD_OFFSET           0x89FF  /* 255 */
  609. #define NWE_DRIVE_INVALID_NUM           0x89FF  /* 255 */
  610. #define NWE_SEM_INVALID_INIT_VAL        0x89FF  /* 255 */
  611. #define NWE_SEM_INVALID_HANDLE          0x89FF  /* 255 */
  612. #define NWE_NO_FILES_FOUND_ERROR        0x89FF  /* 255 */
  613. #define NWE_NO_RESPONSE_FROM_SERVER     0x89FF  /* 255 */
  614. #define NWE_NO_OBJ_OR_BAD_PASSWORD      0x89FF  /* 255 */
  615. #define NWE_PATH_NOT_LOCATABLE          0x89FF  /* 255 */
  616. #define NWE_Q_FULL_ERROR                0x89FF  /* 255 */
  617. #define NWE_REQ_NOT_OUTSTANDING         0x89FF  /* 255 */
  618. #define NWE_SOCKET_ALREADY_OPEN         0x89FF  /* 255 */
  619. #define NWE_LOCK_ERROR                  0x89FF  /* 255 */
  620.  
  621. #endif
  622.